From 8773fbe1942a4480316515b2ee0cd4e8955173f8 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 25 Jul 2003 07:02:55 +0000 Subject: [PATCH] (menu-bar-tools-menu): Minor change in strings. --- lisp/menu-bar.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el index 783dbb9ec87..da5def67510 100644 --- a/lisp/menu-bar.el +++ b/lisp/menu-bar.el @@ -1085,8 +1085,8 @@ PROPS are additional properties." '(menu-item "Compile..." compile :help "Invoke compiler or Make, view compilation errors")) (define-key menu-bar-tools-menu [grep] - '(menu-item "Search Files (Grep)..." grep - :help "Search files for strings or regexps (with Grep)")) + '(menu-item "Search Files (with grep)..." grep + :help "Search files for strings or regexps (with grep)")) ;; The "Help" menu items -- 2.30.2